From ab330c64eeed9edfc2a6ef6a6f5cd38587ba0996 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Mon, 27 Apr 2026 13:45:25 +0300 Subject: add username change and logout --- src/app/profile/[username]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/profile/[username]/page.tsx') diff --git a/src/app/profile/[username]/page.tsx b/src/app/profile/[username]/page.tsx index ea13b36..cb79b7b 100644 --- a/src/app/profile/[username]/page.tsx +++ b/src/app/profile/[username]/page.tsx @@ -1,4 +1,4 @@ -import AccountButton from '@/components/settings/AccountButton'; +import AccountButton from '../AccountButton'; import { getUserByUsername } from '@/lib/api/user'; import { User } from '@/lib/contexts/Auth.context'; -- cgit v1.3-3-g829e